AdEnrollBook 
Logical Entity Name  AdEnrollBook 
Default Table Name  AdEnrollBook 
Physical Only  NO 
Definition 
 
Note 
 

AdEnrollBook Columns 
ColumnName  Domain  Datatype  NULL  Definition 
AdEnrollBookID(PK)    int  NO 
 
AdEnrollID(FK)    int  NO 
 
BsItemID    int  NO 
 
AdEnrollSchedID    int  NO 
 
NewBook    bit  NO 
 
Price    money  YES 
 
DateIssued    datetime  YES 
 
Status    char(1)  NO 
 
Comments    varchar(255)  YES 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
UserID    int  NO 
 
ts    timestamp  NO 
 

AdEnrollBook Primary and Unique Keys 
Key Name  Key Type  Keys 
AdEnrollBook_AdEnrollBookID_U_C_IDX  PrimaryKey  AdEnrollBookID 

AdEnrollBook Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
AdEnroll  Non-Identifying  One To Zero or More  FK_AdEnrollBook_AdEnrollID_AdEnroll_AdEnrollID      AdEnrollID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

AdEnrollBook Check Constraints 
Check Constraint Name  CheckConstraint